4D Chart v13

CT SET CHART COORDINATES

Home

 
4D Chart v13
CT SET CHART COORDINATES

CT SET CHART COORDINATES 


 

CT SET CHART COORDINATES ( area ; object ; left ; top ; right ; bottom ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
left  Integer in Horizontal position of chart's start (in points)
top  Integer in Vertical position of chart's start (in points)
right  Integer in Horizontal position of chart's end (in points)
bottom  Integer in Vertical position of chart's end (in points)

The CT SET CHART COORDINATES command repositions the graph inside the 4D Chart area using the values passed as the left, top, right, and bottom parameters.

left indicates the distance between the left edge of the graph and the left edge of the screen.

top indicates the distance between the top of the graph and the top of the screen.

right indicates the distance between the right edge of the graph and the right edge of the screen.

bottom indicates the distance between the bottom of the graph and the bottom of the screen.

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14612

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 6.0.5

 
SEE ALSO 

CT GET CHART COORDINATES